home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 November / PCU1104CD1.iso / resource / design / files / advefft.exe / {app} / templates / edwardmessage.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2004-04-29  |  229 b   |  9 lines

  1. s1._x += bspeed;
  2. s2._x += bspeed;
  3. line._width = s1._x + 4;
  4. line._height = 1;
  5. cx = s1._x % bp;
  6. a = cx * 3.141592653589793 / (bp * 2);
  7. s1._rotation = Math.sin(a) * ang * 2 - ang;
  8. s2._rotation = Math.cos(a) * ang * 2 - ang;
  9.